Welcome![Sign In][Sign Up]
Location:
Search - image compression jpeg

Search list

[BooksThe JPEG-2000 Still Image Compression Standard

Description: The JPEG-2000 Still Image Compression Standard 《JPEG-2000静止图像压缩标准》英文-The JPEG-2000 Still Image Compression Standard "JPEG-2000 still image compression standard" English
Platform: | Size: 311296 | Author: 景仁 | Hits:

[Graph program图象JPEG压缩算法的一种实现方法

Description: 一个不错的JPEG图像压缩软件,值得一看!-a good JPEG image compression software, an eye-catcher!
Platform: | Size: 859136 | Author: 寒塘 | Hits:

[Windows Developvc++JPEG

Description: JPEG算法压缩技术,主要实现图象压缩存储技术,用VC++实现!-JPEG compression algorithm technology, main image compression storage technology, using the VC!
Platform: | Size: 15360 | Author: 12454 | Hits:

[Compress-Decompress algrithms6.10

Description: 这是我做的毕业设计,是基于DSP的数字图象压缩系统的实现。本系统能很好的压缩图象,系统运行时间快,压缩比也比较高。其中采用JPEG标准对图象进行压缩,使用了Huffman算法。-This is what I am doing graduate design is based on the DSP digital image compression system is achieved. The system can be a very good image compression, faster system running time, the compression ratio is relatively high. Which use JPEG standard for image compression, the use of the Huffman algorithm.
Platform: | Size: 322560 | Author: 高燕 | Hits:

[Compress-Decompress algrithmsJPEG

Description: 处理图形图像,JPEG图像压缩的C语言完整源代码-Handle graphics images, JPEG image compression complete C language source code
Platform: | Size: 4096 | Author: anlina | Hits:

[Special Effectschp9

Description: 第9章 图象的压缩编码,JPEG压缩编码标准 在介绍图象的压缩编码之前,先考虑一个问题:为什么要压缩?-Chapter 9 Image compression, JPEG compression coding standard in image compression coding introduction before taking a question: Why compression?
Platform: | Size: 124928 | Author: 包军 | Hits:

[Compress-Decompress algrithmsDCT

Description: 图片压缩代码,适用于DCT JPEG图片压缩。-Image compression code, applicable to DCT JPEG image compression.
Platform: | Size: 1024 | Author: liyigang | Hits:

[Picture ViewerJPEG

Description: 图象压缩(JPEG)编码算法及压缩过程的实现-Image Compression (JPEG) coding algorithm and compression process to achieve
Platform: | Size: 41984 | Author: 朱里 | Hits:

[VHDL-FPGA-Verilogjpeg

Description: JPEG标准下图象压缩的VHDL实现工程,包含文档,原代码及测试代码-JPEG image compression standard of VHDL realization of the project, including documentation, source code and test code
Platform: | Size: 1474560 | Author: 王刚 | Hits:

[Industry researchJPEGanJPEG2000final

Description: The purpose of this study is to compare between the to methods which is JPEG and JPEG2000 that are using in lossless image compression .
Platform: | Size: 481280 | Author: mazen | Hits:

[Graph programimage_compression_final(jpeg)

Description: JPEG图像压缩和解压MATLAB程序,使用了DCT2、线性量化编码、zigzag变换和游程编码理论-JPEG image compression and decompression MATLAB procedures, using DCT2, linear quantization coding, zigzag transform and run-length coding theory
Platform: | Size: 97280 | Author: | Hits:

[OtherJPEGimageCompressiontechniquesimplementationandopt

Description: 摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。 介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(Huffman)编码等。 JPEG标准的特点是离散余弦变换。 比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。 -Abstract Article in the space monitoring system for the background, in-depth study of the JPEG image compression standard implementation methods and carried out based on FPGA implementation and optimization. In this paper, a detailed method of implementation and optimization of the process, testing showed that to achieve good results. Easy introduction of harmful static image compression has two kinds of comparisons that the current popular standard JPEG and JPEG2000. Illustrated by the reasons for JPEG compression method. JPEG introduce the basic principles: JPEG compression of gray-scale image processing include: image segmentation, discrete cosine transform (DCT), quantization (Quantization), "Z"-shaped sort (Zigzag Scan), differential pulse code modulation (Differential Pulse Code Modulation, DPCM) on the DC coefficient (DC), Run Length Encoding (Run-Length Encoding, RLE) of the exchange coefficient (AC), Hoffman (Huffman) coding. JPEG standard is characterized by discrete
Platform: | Size: 523264 | Author: 压子 | Hits:

[Compress-Decompress algrithmsJPEG

Description: 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法-JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
Platform: | Size: 168960 | Author: 宇翔 | Hits:

[Special EffectsJPEG

Description: 基于JPEG的图像压缩,觉得可用,同学的毕业设计作品-Based on the JPEG image compression that can be used, students design the graduation
Platform: | Size: 13312000 | Author: 彭洪渊 | Hits:

[Compress-Decompress algrithmsjpeg

Description: 该程序利用离散余弦变换(DCT)对JPEG图像进行压缩与解压缩-The program using the discrete cosine transform (DCT) for JPEG image compression and decompression
Platform: | Size: 2538496 | Author: gechengwei | Hits:

[VHDL-FPGA-VerilogJPEG

Description: 本文首先介绍了静态图像压缩(JPEG)编码算法的基本原理、压缩的实现过程及其重要过程的离散余弦变换(DCT)算法的实现原理及软件实现的例程,其次着重介绍了压缩过程中的DCT、量化和编码三个重要步骤的实现原理。-This paper describes the static image compression (JPEG) coding algorithm is the basic principle of compression process of the implementation process and its important discrete cosine transform (DCT) Algorithm theory and software implementation of the routines, followed by highlights of the compression process DCT, quantization and encoding steps in the realization of three important principles.
Platform: | Size: 41984 | Author: xuai | Hits:

[matlabjpeg2000gui

Description: image compression jpeg 2-image compression jpeg 2000
Platform: | Size: 3072 | Author: vinayak | Hits:

[Special Effectscompression

Description: 图形图像处理中图像压缩的一些MATLAB代码,包括小波,jpeg等。-Graphic image compression image processing some MATLAB code, including wavelet, jpeg and so on.
Platform: | Size: 97280 | Author: lite | Hits:

[Special Effectscode-jpeg

Description: 图像处理,图像压缩,matlab 源代码-Image processing, image compression, matlab source code
Platform: | Size: 59392 | Author: wuyunge | Hits:

[Otherimage-compression

Description: 实现jpeg图像压缩,基于FPGA的JPEG图像压缩算法实现 基于FPGA的JPEG图像压缩系统的实现(Image compression of JPEG based on MATLAB, 实现jpeg图像压缩,基于FPGA的JPEG图像压缩算法实现 基于FPGA的JPEG图像压缩系统的实现 JPEG image compression, JPEG image compression algorithm based on FPGA implementation of FPGA based JPEG image compression system)
Platform: | Size: 71680 | Author: zyz10 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 33 »

CodeBus www.codebus.net